home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / liblapack3gf.prerm < prev    next >
Encoding:
Text File  |  2010-04-27  |  148 b   |  13 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" != "upgrade" ]
  6. then
  7.     update-alternatives --remove liblapack.so.3gf /usr/lib/liblapack/liblapack.so.3gf
  8. fi
  9.  
  10.  
  11.  
  12. exit 0
  13.